home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Demos / Paper Planes / P17-20 / 00276.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  259 b   |  13 lines

  1. on exitFrame
  2.   global Step, NumFrames, theGauge, lastQT
  3.   set Step to 6
  4.   set NumFrames to 11
  5.   initAnnotations(30, 0)
  6.   mSetLevel(theGauge, Step)
  7.   set lastQT to "P18S06"
  8.   cursor(4)
  9.   preLoadCast(the number of cast lastQT)
  10.   setUpFastFwd()
  11.   cursor(-1)
  12. end
  13.